Autogenerated HTML docs for v1.7.3.2-90-gd4c43
diff --git a/git-rev-list.html b/git-rev-list.html index 2b3b897..3fe9dc3 100644 --- a/git-rev-list.html +++ b/git-rev-list.html
@@ -321,10 +321,10 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git rev-list</em> [ --max-count=number ] - [ --skip=number ] - [ --max-age=timestamp ] - [ --min-age=timestamp ] +<div class="content"><em>git rev-list</em> [ --max-count=<number> ] + [ --skip=<number> ] + [ --max-age=<timestamp> ] + [ --min-age=<timestamp> ] [ --sparse ] [ --merges ] [ --no-merges ] @@ -333,10 +333,10 @@ [ --full-history ] [ --not ] [ --all ] - [ --branches[=pattern] ] - [ --tags[=pattern] ] - [ --remotes[=pattern] ] - [ --glob=glob-pattern ] + [ --branches[=<pattern>] ] + [ --tags[=<pattern>] ] + [ --remotes[=<pattern>] ] + [ --glob=<glob-pattern> ] [ --stdin ] [ --quiet ] [ --topo-order ] @@ -349,7 +349,7 @@ [ --regexp-ignore-case | -i ] [ --extended-regexp | -E ] [ --fixed-strings | -F ] - [ --date={local|relative|default|iso|rfc|short} ] + [ --date=(local|relative|default|iso|rfc|short) ] [ [--objects | --objects-edge] [ --unpacked ] ] [ --pretty | --header ] [ --bisect ] @@ -410,10 +410,10 @@ <a href="git-show.html">git-show(1)</a>, and <a href="git-whatchanged.html">git-whatchanged(1)</a></p></div> <div class="vlist"><dl> <dt> ---pretty[=<em><format></em>] +--pretty[=<format>] </dt> <dt> ---format=<em><format></em> +--format=<format> </dt> <dd> <p> @@ -497,7 +497,7 @@ </p> </dd> <dt> ---date={relative,local,default,iso,rfc,short,raw} +--date=(relative|local|default|iso|rfc|short|raw) </dt> <dd> <p> @@ -787,44 +787,44 @@ </p> </dd> <dt> ---branches[=pattern] +--branches[=<pattern>] </dt> <dd> <p> Pretend as if all the refs in <tt>refs/heads</tt> are listed - on the command line as <em><commit></em>. If <tt>pattern</tt> is given, limit + on the command line as <em><commit></em>. If <em><pattern></em> is given, limit branches to ones matching given shell glob. If pattern lacks <em>?</em>, <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied. </p> </dd> <dt> ---tags[=pattern] +--tags[=<pattern>] </dt> <dd> <p> Pretend as if all the refs in <tt>refs/tags</tt> are listed - on the command line as <em><commit></em>. If <tt>pattern</tt> is given, limit + on the command line as <em><commit></em>. If <em><pattern></em> is given, limit tags to ones matching given shell glob. If pattern lacks <em>?</em>, <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied. </p> </dd> <dt> ---remotes[=pattern] +--remotes[=<pattern>] </dt> <dd> <p> Pretend as if all the refs in <tt>refs/remotes</tt> are listed - on the command line as <em><commit></em>. If `pattern`is given, limit + on the command line as <em><commit></em>. If <em><pattern></em> is given, limit remote tracking branches to ones matching given shell glob. If pattern lacks <em>?</em>, <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied. </p> </dd> <dt> ---glob=glob-pattern +--glob=<glob-pattern> </dt> <dd> <p> - Pretend as if all the refs matching shell glob <tt>glob-pattern</tt> + Pretend as if all the refs matching shell glob <em><glob-pattern></em> are listed on the command line as <em><commit></em>. Leading <em>refs/</em>, is automatically prepended if missing. If pattern lacks <em>?</em>, <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied. @@ -1857,7 +1857,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2010-10-01 01:31:24 UTC +Last updated 2010-10-22 04:11:10 UTC </div> </div> </body>